home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / mach10.zip / BULLET.ZIP / BULLET15 < prev    next >
Text File  |  1980-01-01  |  3KB  |  61 lines

  1. Uploading files
  2. ---------------
  3.  
  4. What is uploading?
  5. ------------------
  6.      Uploading is when a bbs system receives a file from your computer.
  7.  
  8. Why should you upload?
  9. ----------------------
  10.      Some bbs systems require that a user upload from time to time. This is
  11.   to get people to add a little instead of always taking for themselves.
  12.   Also, if you have some neat public domain software, you might want to
  13.   share it with some other users.
  14.  
  15. What do you need to upload a program?
  16. -------------------------------------
  17.      In order to upload a file, you must have a terminal that supports
  18.   a commonly used file transfer protocol. Most terminals support a
  19.   protocol called "xmodem" and it is the most widely used. Another
  20.   protocol supported by many terminals is "ascii". Ascii is ok for
  21.   transmitting text files only. for any kind of a binary file, your
  22.   terminal must support a protocol such as xmodem, ymodem, kermit,
  23.   sealink, megalink, imodem, or zmodem.
  24.  
  25. How to upload a program
  26. -----------------------
  27.      Uploading a program is not very complicated, but can be confusing
  28.   at first. Here is a step-by-step guide to doing it.
  29.  
  30.   1. Go to the file transfer section of the bbs you are using.
  31.  
  32.   2. Select the "Upload file" option. This is comonly the "U" command,
  33.      but could be something else depending on the bbs you are calling.
  34.  
  35.   3. You will probably be prompted for the name of the file that you
  36.      wish to upload. Type the name of the file on your disk that you want
  37.      to send. both the name and extension seperated by a period.
  38.      (e.g. "anyfile.txt")
  39.  
  40.   4. Next, you will probably be prompted for a file transfer protocol. You
  41.      have to choose one that your terminal supports. Xmodem is the most
  42.      common and your terminal will probably support it.
  43.  
  44.   5. The bbs will probably say something like "begin transfer". At this point,
  45.      you need to tell your communications send to receive the file. This is
  46.      different for each terminal. You will probably have to look it up in
  47.      the manual for your software.
  48.  
  49.   6. Your terminal program might prompt you for the name of the file. Again,
  50.      enter that name (including extension) that you want to send.
  51.  
  52.   7. You will probably be prompted by your terminal for the protocol. Choose
  53.      the same one that you used back in step #4.
  54.  
  55.      NOTE: xmodem is sometimes referred to as "error-free protocol".
  56.  
  57.   9. This should be about all. After the file is done transfering, the bbs
  58.      should return you to its file menu.
  59.  
  60.  
  61.